home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / rybbs65.zip / RYBBS65.LZH / R.BAT < prev    next >
DOS Batch File  |  1989-07-08  |  267b  |  20 lines

  1. echo off
  2. rybbs d %1 %2 %3
  3. if errorlevel 1 goto cont
  4. goto quit
  5. :cont
  6. if errorlevel 6 goto cont1
  7. if errorlevel 5 ryconfig
  8. :cont1
  9. cls
  10. echo RyBBS program re-starting!
  11. echo .
  12. echo .
  13. r %1 %2 %3
  14. :quit
  15. cls
  16. echo .
  17. echo .
  18. echo .
  19. echo Thanks for using RyBBS!
  20.